home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / DefineButton2_76 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2001-07-07  |  215 b   |  12 lines

  1. on(release){
  2.    notEnoughMoney._visible = false;
  3.    if(noEntry == true)
  4.    {
  5.       sStart.start();
  6.       UserLevel = 3;
  7.       gotoAndPlay(175);
  8.       AI_TireDiameter = 16;
  9.       BankAcc -= Racec3;
  10.    }
  11. }
  12.